react = make_react( defaultUnload_mc );		// param is optional

react.to("unload").from(_this).then = react.unload;
react.to("change").then = function(evt){}

react.to("click").from(mc).then = function(evt){}

var detectClick = react.to("click").from(_this);
detectClick.then = function(evt){}
detectClick.disable();


Compatible with both types of normal Flash events.
These events can be triggered using their normal broadcast functions()
